home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / NOS < prev    next >
Text File  |  1991-09-18  |  5KB  |  148 lines

  1. ===                                                 NOSview [137]
  2. NOS
  3. ===
  4.  
  5. _________________________________________________________________
  6. DOS_PROMPT> NOS.EXE [-b] [-s <sockets>] [-d <directory>] [-v]
  7.                                         [<startup_file>]
  8. _________________________________________________________________
  9. When starting NOS, the following command-line options may be
  10. used:
  11.  
  12. -b:  The -b option specifies the use of BIOS for console output;
  13. the default is to write directly to the video display buffer.
  14. Use this option if you are running under a windowing package and
  15. have trouble with output "bleeding through" on top of other
  16. windows.
  17.  
  18. -s:  The -s option specifies the size of the socket array to be
  19. allocated within NOS.  This limits the number of network connec-
  20. tions that may exist simultaneously.  The default is 40.
  21.  
  22. -d:  The -d option allows the user to specify the NOS root
  23. directory.  It defaults to the current DOS root directory.
  24. N.B.  The <directory> parameter must N-O-T include a drive
  25. letter, and any slashes in the pathname must be FORWARD slashes,
  26. not backslashes.
  27.  
  28. -v:  The -v (verbose) option allows the user to view command
  29. execution during NOS startup.  This is useful if NOS hangs during
  30. startup.
  31.  
  32. Startup_file:  Following all the command-line options, the name
  33. of a startup file may be specified.  If no startup file is
  34. specified, NOS attempts to open a file named AUTOEXEC.NOS in the
  35. NOS root directory.
  36.  
  37. If the file exists, it is read and executed as though its
  38. contents were typed on the console as commands.  This feature is
  39. useful for attaching communication interfaces, configuring
  40. network addresses, and starting the various services.
  41.  
  42. >> Example:  NOS.EXE -b -s 50 -d /nos -v ns9bob.nos
  43.  
  44.  
  45. =========================
  46. DOS Environment Variables
  47. =========================
  48. The following DOS environment variables can be used to specify
  49. parameters to NOS and the ELM mailer.
  50.  
  51. These variables are initialised with the DOS 'SET' command (see
  52. NOSfiles\NOSENV.BAT).
  53.  
  54.  
  55. -----------------------------------------------------------------
  56. COMSPEC                                      Default: COMMAND.COM
  57. -----------------------------------------------------------------
  58. COMSPEC specifies the command shell to be used when shelling out
  59. of NOS with the 'sh' or '!' command.
  60.  
  61. >> Example:  SET COMSPEC=c:\4dos\4dos.com
  62.  
  63.  
  64. -----------------------------------------------------------------
  65. EDITOR
  66. -----------------------------------------------------------------
  67. EDITOR specifies the text editor to be used in ELM.
  68.  
  69. >> Example:  SET EDITOR=c:\dos\edlin.com
  70.  
  71.  
  72. -----------------------------------------------------------------
  73. HOME                                  Default: DOS root directory
  74. -----------------------------------------------------------------
  75. HOME specifies the location of the ELM mailer startup file
  76. (ELM.RC).
  77.  
  78. >> Example:  SET HOME N:
  79.  
  80.  
  81. -----------------------------------------------------------------
  82. MAILBOX
  83. -----------------------------------------------------------------
  84. MAILBOX specifies the default mailbox for ELM.
  85.  
  86. >> Example:  SET MAILBOX ns9bob
  87.  
  88.  
  89. -----------------------------------------------------------------
  90. MAILER                                            Default: BM.EXE
  91. -----------------------------------------------------------------
  92. MAILER specifies what mailer program is to be started when the
  93. NOS 'mail' command is given.
  94.  
  95. >> Example:  SET MAILER=N:\elm.exe
  96.  
  97.  
  98. -----------------------------------------------------------------
  99. NAME
  100. -----------------------------------------------------------------
  101. NAME specifies the user name to be included in ELM message
  102. headers.
  103.  
  104. >> Example:  SET NAME=Robert R Roberts
  105.  
  106.  
  107. -----------------------------------------------------------------
  108. NODENAME
  109. -----------------------------------------------------------------
  110. NODENAME specifies to node name to be used in ELM message
  111. headers.
  112.  
  113.  
  114. >> Example:  SET NODENAME=ns9bob.ampr.org
  115.  
  116.  
  117. -----------------------------------------------------------------
  118. SPOOLDIR
  119. -----------------------------------------------------------------
  120. SPOOLDIR specifies the outgoing mail dirctory for ELM.
  121.  
  122. >> Example:  SET SPOOLDIR=\spool\mqueue
  123.  
  124.  
  125. -----------------------------------------------------------------
  126. TMP                                   Default: NOS root directory
  127. -----------------------------------------------------------------
  128. TMP specifies the directory to be used for temporary files.
  129.  
  130. >> Example:  SET TMP=dump\tmp
  131.  
  132.  
  133. -----------------------------------------------------------------
  134. TZ                                                   Default: UTC
  135. -----------------------------------------------------------------
  136. TZ specifies the local timezone.  This is used on the timestamp
  137. in SMTP.
  138.  
  139. >>  Example:  SET TZ=GMT
  140.  
  141.  
  142. -----------------------------------------------------------------
  143. USER                                               Default: guest
  144. -----------------------------------------------------------------
  145. USER specifies the username name for the 'rlogin' daemon.
  146.  
  147. >> Example:  SET USER=bob
  148.